CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - people count

搜索资源列表

  1. LearningToCount_ver1_01

    0下载:
  2. Matlab program to count the number of people using pixelwise technique instead of regression techniques.-Matlab program to count the number of people using pixelwise technique instead of regression techniques.
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:2653862
    • 提供者:zeyad
  1. Josephus-problem

    0下载:
  2. (2)利用循环链表实现约瑟夫问题的求解。 约瑟夫问题如下:已知n个人(n≥1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列。他的下一个人又从1开始报数,数到m的那个人又出列。依次规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号-(2) the use of circular linked list to achieve problem solving Joseph. Joseph problem as follows: Given n indiv
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:12417
    • 提供者:gary
  1. gpml-v3.5

    0下载:
  2. This algorithm to count the number of people using low-level features regression
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1932799
    • 提供者:zeyad
  1. gpml-v3.2

    0下载:
  2. This algorithm to count people using low-level GPR regression
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1475133
    • 提供者:zeyad
  1. tongji

    0下载:
  2. 新思维在线人数统计,调用代码为 当前在线:< =Application( Count ) >人-New Thinking Online statistics calling code Now online: < = Application ( Count ) > people
  3. 所属分类:Web Server

    • 发布日期:2017-04-14
    • 文件大小:2621
    • 提供者:mcujc1119
  1. game_The_last_one

    0下载:
  2. 批处理找游戏答案:有10个女生(分别用1-10号来称呼)围成一圈玩报数游戏,规则是这样的:从1开始数数,当数到3的这个人就退出游戏,而她后面的人接着从1数。。。如此一直到最后剩下一个人,现在知道最初是从3号女生开始的游戏,问最后剩下的会是第几号女生?-A batch to find a game answer: There are 10 girls (1-10, were used to refer to) the number of packets in a circle to play th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1076
    • 提供者:Leo Simpson
  1. jophous

    0下载:
  2. 约瑟夫斯(Josephus)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。试设计一个程序,按出列顺序印出各人编号。 -Josephus (Josephus) a descr iption of the problem is: Number
  3. 所属分类:ELanguage

    • 发布日期:2017-04-12
    • 文件大小:1113
    • 提供者:谢双春
  1. yuesefusi

    0下载:
  2. 约瑟夫斯(Josephus)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向下一个人开始重新从1报数,如此下去,直至所有的人全部出列为止。试设计一个程序,按出列顺序印出各人编号。 利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。 -Josephus (Josephus) a
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1054
    • 提供者:谢双春
  1. PedestrianDetection-master

    0下载:
  2. Code in Python and opencv count people with raspberry pi
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:8058880
    • 提供者:agt32a
  1. JosephuCircle

    0下载:
  2. 约瑟夫环问题,N个人围成一圈,从任意一个人开始报数,报到M的人从船上跳到水里,直到船上剩下指定的人数,求出最后剩下的人的编号-Josephus problem, N personal circle, began to count off any person, to report M man jumped into the water the boat until the specified number of people remaining on board, find the numb
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:886
    • 提供者:JustForYou
  1. Q

    1下载:
  2. 本文以室内、外不同空间的人数统计为背景,研究基于图像的人员计数技术,对某时段内进出摄像机视野中指定区域的人数,或指定区域内在景人数进行统计。主要研究内容有以下几点: (1)人员计数方案论证:本文分析对比了不同人员计数算法,研究分析了基于像素、 基于Hough变换的人员计数算法的优缺点。 (2)基于像素统计的人员计数系统实现:①分别采用近似中值背景模型和高斯混合背景模型提取前景图像;②采用基于HSV颜色空间变换的方法对前景中的阴影进行抑制;③用前景像素数除以人数得到一个人的像素平均值,
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:36449
    • 提供者:rankin
  1. veryokstat

    0下载:
  2. 1.无须安装,直接上传即可,把代码加入需要统计的页面即可,无须MYSQL数据库 2.采用独创记数法,准确,稳定,快速,占用系统资源极小,不影响页面打开速度 3.双重记录,记录来访刷新数,记录来访IP 4.记录用访用户信息,来访IP,来访地址 5.记录来访链接页面 6.小时,日期,月份,总访量,图形数字统计显示 7.可设置统计信息是否显示 8.可清零记录重新统计 9.来路统计,分析每天你网站的人流来自那里 10.搜索统计,分析你的网站在搜索引擎中的效果,关健字是
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-01
    • 文件大小:79305
    • 提供者:邹天宇
  1. als

    0下载:
  2. 每30个旅客同乘一条船将全船一半的旅客投入海中,30个人围成一圈,由第一个人数起,依次报数,数到第9人,便把他投入大海中 然后再从他的下一个人数起,数到第9人,再将他扔进大海中。如此循环地进行,直到剩下15个乘客为止。问哪些位置是将是被扔下大海的位置。-Each 30 passenger ride with a boat to ship half of the passengers into the sea, 30 people form a circle, starting the
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1109
    • 提供者:方方
  1. Josephus

    0下载:
  2. Josephus问题,n个人围坐在一圆桌,从编号k的人开始报数,数到m的人出列,下一个人从1开始报-Josephus problem, n individuals sitting around a round table, the number of people began to count off k, the number of people out of the m column, the next person 1 Gettin
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:980
    • 提供者:niuyi
  1. Joseph-Problem

    0下载:
  2. 约瑟夫问题。设有n个人做作圆桌周围,从第s个人开始报数,报到m的人出列,然后再从下一个人开始报数,数到m的人又出列,如此重复,直到所有的人都出列为止。要求按出列的先后顺序输出每个人的信息。-Joseph problems. N individual has contrived around the round table, I began to count off s individual report m people out of the column, and then began to
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1278
    • 提供者:Rounia
  1. 6

    0下载:
  2. 编号为1,2...n的n个人按顺时针方向围坐一圈,每个人持有一个密码(正整数),一开始任选一个正整数作为报数上限值m,从第一个开始按顺时针方向自一开始报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他顺时针方向的下一个开始重新从一报数,如此下去,直至所有人出列为止,试设计一个程序求出出列顺序。-Numbered 1,2 ... n the n individuals sitting clockwise circle, each person holding a password
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:835
    • 提供者:yuting
  1. HeadCounter-master

    0下载:
  2. head-counterThis was a proof of concept but two people starred it. Now its going to become a library :) -# ofxHeadCount Counts the number of people walking in or out of an entrace over time. Each count is timestamped. This was a proof of co
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:115043
    • 提供者:big
  1. JosephCircle

    0下载:
  2. 约瑟夫环(约瑟夫问题)是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列-Josephus (Josephus problem) is the application of a mathematical problem: Given n individuals (identified by serial number 1,2
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:824917
    • 提供者:李成龙
  1. yuesefuhuan

    0下载:
  2. 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。通常解决这类问题时我们把编号从0~n-1,最后[1] 结果+1即为原问题的解。-Known n individuals (identified by serial number 1,2,3 ... n, respectively) were sitting around a round tabl
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:515
    • 提供者:殷姜
  1. 约瑟夫问题

    0下载:
  2. M个人坐在一圈,开始数数,报到K或K的倍数的人出去,然后继续报数,直到最后剩下一个人,问最后剩下的人是谁?多少号?请大家自己设计算法,自己编程实现。(M sat in a circle and began to count, multiple report K or K people go out, and then continue to count off, until the last person left, who is the last person? What number? Pl
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com